home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AppleScript - The Beta Release
/
AppleScript - The Beta Release.iso
/
Developer Scripts
/
FileMaker Pro 2.0 AS Examples
/
Syntax Examples
/
Whose examples
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-11-25
|
296 b
|
8 lines
|
[
TEXT/ToyS
]
tell application "FileMaker Pro"
Get Data (every Record whose first Cell = 1)
every Record whose Cell "a" = 1 and Cell 2 contains "cat"
Show (every Record whose first Cell = "test")
Duplicate (every Record whose first Cell = "test")
Delete (middle Record whose first Cell = "test")
end tell